home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
bb2000
/
files
/
BlueIntr.dxr
/
00152.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-02-20
|
264 b
|
14 lines
on exitFrame
global gMasterObj
cursor(4)
set the volume of sound 1 to the volume of sound 1 - 10
updateStage()
if the volume of sound 1 < 1 then
autoNotPuppet(gMasterObj, 1, 41)
puppetTempo(60)
go("out")
else
go(the frame)
end if
end